projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6fb4d1
)
(init_eval_once): Initialize specpdl_ptr.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Feb 1996 19:09:48 +0000
(19:09 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Feb 1996 19:09:48 +0000
(19:09 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index cecf18cbfeb94625e433ac97a046b74378ca4b9e..ed4a1465c86f0dc4481da7a4203a393b3be47cdd 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-157,6
+157,7
@@
init_eval_once ()
{
specpdl_size = 50;
specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));
+ specpdl_ptr = specpdl;
max_specpdl_size = 600;
max_lisp_eval_depth = 200;